From: Kenichi Handa Date: Mon, 29 Dec 2003 06:53:28 +0000 (+0000) Subject: (face_font_available_p): Extern it. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24724 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=393cf3e1e1504cb1e0546eedceaa452d11d234c2;p=emacs.git (face_font_available_p): Extern it. --- diff --git a/src/dispextern.h b/src/dispextern.h index 25c8227d773..d26215e5113 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2582,6 +2582,7 @@ void clear_face_cache P_ ((int)); unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, enum lface_attribute_index)); void unload_color P_ ((struct frame *, unsigned long)); +int face_font_available_p P_ ((struct frame *, Lisp_Object)); int ascii_face_of_lisp_face P_ ((struct frame *, int)); void prepare_face_for_display P_ ((struct frame *, struct face *)); int xstricmp P_ ((const unsigned char *, const unsigned char *));